SocioEconomicChange

objects.SocioEconomicChange()

The accepted input for socio-economic change in FloodAdapt.

Attributes

population_growth_existing : float

The population growth percentage of the existing area. default=0.0

economic_growth : float

The economic growth percentage. default=0.0.

population_growth_new : float

The population growth percentage for the new development areas. default=0.0.

new_development_elevation : Optional[us.UnitfulLengthRefValue]

The elevation of the new development areas. default=None.

new_development_shapefile : Optional[str]

The path to the shapefile of the new development areas. default=None.

Back to top